home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mess With 10
/
Mess With 10.iso
/
mac
/
SubMenu3.DIR
/
00210_Script_210
< prev
next >
Wrap
Text File
|
1996-12-18
|
711b
|
23 lines
on exitFrame
set the cursor of sprite 1 = -1
set the cursor of sprite 2 = [176, 177]
set the cursor of sprite 3 = -1
set the cursor of sprite 4 = -1
repeat with n = 5 to 10
set the cursor of sprite n = [176, 177]
end repeat
global G_BGM
set the cursor of sprite (G_BGM + 4) = -1
set the cursor of sprite 11 = -1
set the cursor of sprite 12 = [176, 177]
set the cursor of sprite 13 = -1
set the cursor of sprite 14 = [176, 177]
set the cursor of sprite 15 = [176, 177]
repeat with n = 21 to 41
if (the type of sprite n <> 0) then
set the cursor of sprite n = [176, 177]
else
set the cursor of sprite n = -1
end if
end repeat
end